home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Internet & Communication / DoorStopX1.1.dmg / DoorStop X Firewall.app / Contents / Resources / DoorStopSuite.scriptSuite < prev    next >
Extensible Markup Language  |  2005-12-07  |  4KB  |  152 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>Odsx</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>DSApp</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>capp</string>
  13.             <key>Attributes</key>
  14.             <dict>
  15.                 <key>firewallActive</key>
  16.                 <dict>
  17.                     <key>AppleEventCode</key>
  18.                     <string>fwaC</string>
  19.                     <key>Type</key>
  20.                     <string>NSNumber<Bool></string>
  21.                 </dict>
  22.                 <key>loggingAllowed</key>
  23.                 <dict>
  24.                     <key>AppleEventCode</key>
  25.                     <string>logA</string>
  26.                     <key>Type</key>
  27.                     <string>NSNumber<Bool></string>
  28.                 </dict>
  29.                 <key>loggingDenied</key>
  30.                 <dict>
  31.                     <key>AppleEventCode</key>
  32.                     <string>logD</string>
  33.                     <key>Type</key>
  34.                     <string>NSNumber<Bool></string>
  35.                 </dict>
  36.                 <key>loggingUdp</key>
  37.                 <dict>
  38.                     <key>AppleEventCode</key>
  39.                     <string>udpL</string>
  40.                     <key>ReadOnly</key>
  41.                     <string>YES</string>
  42.                     <key>Type</key>
  43.                     <string>NSNumber<Bool></string>
  44.                 </dict>
  45.                 <key>stealthMode</key>
  46.                 <dict>
  47.                     <key>AppleEventCode</key>
  48.                     <string>steM</string>
  49.                     <key>ReadOnly</key>
  50.                     <string>YES</string>
  51.                     <key>Type</key>
  52.                     <string>NSNumber<Bool></string>
  53.                 </dict>
  54.                 <key>udpProtection</key>
  55.                 <dict>
  56.                     <key>AppleEventCode</key>
  57.                     <string>udpP</string>
  58.                     <key>ReadOnly</key>
  59.                     <string>YES</string>
  60.                     <key>Type</key>
  61.                     <string>NSNumber<Bool></string>
  62.                 </dict>
  63.                 <key>updSystemOnly</key>
  64.                 <dict>
  65.                     <key>AppleEventCode</key>
  66.                     <string>udpS</string>
  67.                     <key>ReadOnly</key>
  68.                     <string>YES</string>
  69.                     <key>Type</key>
  70.                     <string>NSNumber<Bool></string>
  71.                 </dict>
  72.             </dict>
  73.             <key>Superclass</key>
  74.             <string>NSCoreSuite.NSApplication</string>
  75.         </dict>
  76.     </dict>
  77.     <key>Commands</key>
  78.     <dict>
  79.         <key>ProtectPort</key>
  80.         <dict>
  81.             <key>AppleEventClassCode</key>
  82.             <string>Odsx</string>
  83.             <key>AppleEventCode</key>
  84.             <string>prop</string>
  85.             <key>Arguments</key>
  86.             <dict>
  87.                 <key>serviceName</key>
  88.                 <dict>
  89.                     <key>AppleEventCode</key>
  90.                     <string>svcN</string>
  91.                     <key>Optional</key>
  92.                     <string>YES</string>
  93.                     <key>Type</key>
  94.                     <string>NSString</string>
  95.                 </dict>
  96.             </dict>
  97.             <key>CommandClass</key>
  98.             <string>ODProtectCmd</string>
  99.         </dict>
  100.         <key>ProtectionForPort</key>
  101.         <dict>
  102.             <key>AppleEventClassCode</key>
  103.             <string>Odsx</string>
  104.             <key>AppleEventCode</key>
  105.             <string>ptfp</string>
  106.             <key>CommandClass</key>
  107.             <string>ODProtectionCmd</string>
  108.             <key>ResultAppleEventCode</key>
  109.             <string>list</string>
  110.             <key>Type</key>
  111.             <string>NSArray</string>
  112.         </dict>
  113.         <key>SelectServiceForPort</key>
  114.         <dict>
  115.             <key>AppleEventClassCode</key>
  116.             <string>Odsx</string>
  117.             <key>AppleEventCode</key>
  118.             <string>sels</string>
  119.             <key>CommandClass</key>
  120.             <string>ODSelectCmd</string>
  121.             <key>ResultAppleEventCode</key>
  122.             <string>bool</string>
  123.             <key>Type</key>
  124.             <string>NSNumber<Bool></string>
  125.         </dict>
  126.         <key>resetLog</key>
  127.         <dict>
  128.             <key>AppleEventClassCode</key>
  129.             <string>Odsx</string>
  130.             <key>AppleEventCode</key>
  131.             <string>resL</string>
  132.             <key>Arguments</key>
  133.             <dict>
  134.                 <key>archiving</key>
  135.                 <dict>
  136.                     <key>AppleEventCode</key>
  137.                     <string>arcH</string>
  138.                     <key>Optional</key>
  139.                     <string>YES</string>
  140.                     <key>Type</key>
  141.                     <string>NSNumber<Bool></string>
  142.                 </dict>
  143.             </dict>
  144.             <key>CommandClass</key>
  145.             <string>ODResetLogCmd</string>
  146.         </dict>
  147.     </dict>
  148.     <key>Name</key>
  149.     <string>DoorStopSuite</string>
  150. </dict>
  151. </plist>
  152.